Class: Aws::Connect::Errors::InvalidContactFlowException

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) ⇒ InvalidContactFlowException

Returns a new instance of InvalidContactFlowException.

Parameters:



187
188
189
# File 'lib/aws-sdk-connect/errors.rb', line 187

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

Instance Method Details

#problemsString

Returns:

  • (String)


192
193
194
# File 'lib/aws-sdk-connect/errors.rb', line 192

def problems
  @data[:problems]
end