Class: Aws::Types::ValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_list::Array[Types::ValidationExceptionField]

Returns the value of attribute field_list.

Returns:



3418
3419
3420
# File 'sig/types.rbs', line 3418

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3416
3417
3418
# File 'sig/types.rbs', line 3416

def message
  @message
end

#reason"FIELD_VALIDATION_FAILED", ...

Returns the value of attribute reason.

Returns:

  • ("FIELD_VALIDATION_FAILED", "INVALID_CONFIGURATION", "INVALID_QUERY", "IAM_SYNCHRONIZATION_DELAY")


3417
3418
3419
# File 'sig/types.rbs', line 3417

def reason
  @reason
end