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:



1462
1463
1464
# File 'sig/types.rbs', line 1462

def field_list
  @field_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def message
  @message
end

#reason"UnknownOperation", ...

Returns the value of attribute reason.

Returns:

  • ("UnknownOperation", "Missing", "CannotParse", "FieldValidationFailed", "Other", "UnknownField")


1461
1462
1463
# File 'sig/types.rbs', line 1461

def reason
  @reason
end