Class: Aws::GeoRoutes::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/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>
The field where the invalid entry was detected.
- #message ⇒ String
-
#reason ⇒ String
A message with the reason for the validation exception error.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field where the invalid entry was detected.
6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6075 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6075 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A message with the reason for the validation exception error.
6075 6076 6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6075 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |