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

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

Instance Method Summary collapse

Constructor Details

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



147
148
149
# File '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



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

def field_list
  @data[:field_list]
end

#messageString



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

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

#reasonString



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

def reason
  @data[:reason]
end