Class: Aws::GeoRoutes::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by an 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.



6060
6061
6062
6063
6064
6065
6066
# File 'lib/aws-sdk-georoutes/types.rb', line 6060

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

#messageString

Returns:

  • (String)


6060
6061
6062
6063
6064
6065
6066
# File 'lib/aws-sdk-georoutes/types.rb', line 6060

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)


6060
6061
6062
6063
6064
6065
6066
# File 'lib/aws-sdk-georoutes/types.rb', line 6060

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