Class: Aws::GeoMaps::Types::ValidationException

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 an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

A message with the reason for the validation exception error.



710
711
712
713
714
715
716
# File 'lib/aws-sdk-geomaps/types.rb', line 710

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

#messageString

Returns:

  • (String)


710
711
712
713
714
715
716
# File 'lib/aws-sdk-geomaps/types.rb', line 710

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

#reasonString

The field where thebb invalid entry was detected.

Returns:

  • (String)


710
711
712
713
714
715
716
# File 'lib/aws-sdk-geomaps/types.rb', line 710

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