Class: Aws::LocationService::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



147
148
149
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/errors.rb', line 147

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

Instance Method Details

#field_listString

Returns:

  • (String)


152
153
154
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/errors.rb', line 152

def field_list
  @data[:field_list]
end

#messageString

Returns:

  • (String)


157
158
159
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/errors.rb', line 157

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

#reasonString

Returns:

  • (String)


162
163
164
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/errors.rb', line 162

def reason
  @data[:reason]
end