Class: Aws::States::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



570
571
572
# File 'gems/aws-sdk-states/lib/aws-sdk-states/errors.rb', line 570

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

Instance Method Details

#messageString

Returns:

  • (String)


575
576
577
# File 'gems/aws-sdk-states/lib/aws-sdk-states/errors.rb', line 575

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


580
581
582
# File 'gems/aws-sdk-states/lib/aws-sdk-states/errors.rb', line 580

def reason
  @data[:reason]
end