Class: Aws::Connect::Errors::InvalidContactFlowModuleException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::InvalidContactFlowModuleException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidContactFlowModuleException
constructor
A new instance of InvalidContactFlowModuleException.
-
#problems ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidContactFlowModuleException
Returns a new instance of InvalidContactFlowModuleException.
218 219 220 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 218 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#problems ⇒ String
223 224 225 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 223 def problems @data[:problems] end |