Class: Aws::Connect::Errors::InvalidContactFlowModuleException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::InvalidContactFlowModuleException
- Defined in:
- 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.
202 203 204 |
# File 'lib/aws-sdk-connect/errors.rb', line 202 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#problems ⇒ String
207 208 209 |
# File 'lib/aws-sdk-connect/errors.rb', line 207 def problems @data[:problems] end |