class Aws::Connect::Errors::InvalidContactFlowException

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

Parameters:
  • data (Aws::Connect::Types::InvalidContactFlowException) --
  • message (String) --
  • context (Seahorse::Client::RequestContext) --
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

def problems

Returns:
  • (String) -
def problems
  @data[:problems]
end