Class: Aws::GeoRoutes::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
The input fails to satisfy the constraints specified by the Amazon Location service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#name ⇒ String
The name of the Validation Exception Field.
Instance Attribute Details
#message ⇒ String
The error message.
6909 6910 6911 6912 6913 6914 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6909 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Validation Exception Field.
6909 6910 6911 6912 6913 6914 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6909 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |