Class: Aws::LocationService::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

The input failed to meet the constraints specified by the AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The field where the invalid entry was detected.



7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-locationservice/types.rb', line 7027

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-locationservice/types.rb', line 7027

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A message with the reason for the validation exception error.

Returns:

  • (String)


7027
7028
7029
7030
7031
7032
7033
# File 'lib/aws-sdk-locationservice/types.rb', line 7027

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end