Class: Aws::GeoMaps::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


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

#nameString

The name of the resource.

Returns:

  • (String)


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