Class: Aws::GeoMaps::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/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 resource.
Instance Attribute Details
#message ⇒ String
The error message.
731 732 733 734 735 736 |
# File 'lib/aws-sdk-geomaps/types.rb', line 731 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
731 732 733 734 735 736 |
# File 'lib/aws-sdk-geomaps/types.rb', line 731 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |