Class: Aws::GeoPlaces::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/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)


2865
2866
2867
2868
2869
2870
# File 'lib/aws-sdk-geoplaces/types.rb', line 2865

class ValidationExceptionField < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
# File 'lib/aws-sdk-geoplaces/types.rb', line 2865

class ValidationExceptionField < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end