Class: Aws::LocationService::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LocationService::Errors::ValidationException
- Defined in:
- lib/aws-sdk-locationservice/errors.rb
Instance Method Summary collapse
- #field_list ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
147 148 149 |
# File 'lib/aws-sdk-locationservice/errors.rb', line 147 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
162 163 164 |
# File 'lib/aws-sdk-locationservice/errors.rb', line 162 def field_list @data[:field_list] end |
#message ⇒ String
152 153 154 |
# File 'lib/aws-sdk-locationservice/errors.rb', line 152 def @message || @data[:message] end |
#reason ⇒ String
157 158 159 |
# File 'lib/aws-sdk-locationservice/errors.rb', line 157 def reason @data[:reason] end |