Class: Aws::GeoPlaces::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
Test stub for FieldList.
- #message ⇒ String
-
#reason ⇒ String
Test stub for reason.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
Test stub for FieldList.
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2844 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2844 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Test stub for reason
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2844 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |