Class: Aws::Connect::Errors::InvalidContactFlowModuleException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-connect/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidContactFlowModuleException

Returns a new instance of InvalidContactFlowModuleException.

Parameters:



235
236
237
# File 'lib/aws-sdk-connect/errors.rb', line 235

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#problemsString

Returns:

  • (String)


240
241
242
# File 'lib/aws-sdk-connect/errors.rb', line 240

def problems
  @data[:problems]
end