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:



668
669
670
# File 'sig/types.rbs', line 668

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def message
  @message
end

#reason"CannotParse", ...

Returns the value of attribute reason.

Returns:

  • ("CannotParse", "FieldValidationFailed", "IdempotentParameterMismatchException", "EventInOtherSession", "ResourceConflict")


667
668
669
# File 'sig/types.rbs', line 667

def reason
  @reason
end