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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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.



6706
6707
6708
6709
6710
6711
6712
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6706

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

#messageString

Returns:

  • (String)


6706
6707
6708
6709
6710
6711
6712
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6706

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

#reasonString

A message with the reason for the validation exception error.

Returns:

  • (String)


6706
6707
6708
6709
6710
6711
6712
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6706

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