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:



203
204
205
# File 'lib/aws-sdk-connect/errors.rb', line 203

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

Instance Method Details

#problemsString

Returns:

  • (String)


208
209
210
# File 'lib/aws-sdk-connect/errors.rb', line 208

def problems
  @data[:problems]
end