Class: Aws::GeoMaps::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/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>
A message with the reason for the validation exception error.
- #message ⇒ String
-
#reason ⇒ String
The field where thebb invalid entry was detected.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A message with the reason for the validation exception error.
710 711 712 713 714 715 716 |
# File 'lib/aws-sdk-geomaps/types.rb', line 710 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
710 711 712 713 714 715 716 |
# File 'lib/aws-sdk-geomaps/types.rb', line 710 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The field where thebb invalid entry was detected.
710 711 712 713 714 715 716 |
# File 'lib/aws-sdk-geomaps/types.rb', line 710 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |