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

#error_list::Array[Types::ValidationExceptionError]

Returns the value of attribute error_list.

Returns:



1581
1582
1583
# File 'sig/types.rbs', line 1581

def error_list
  @error_list
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def message
  @message
end

#reason"REQUEST_VALIDATION_FAILED", "BUSINESS_VALIDATION_FAILED"

Returns the value of attribute reason.

Returns:

  • ("REQUEST_VALIDATION_FAILED", "BUSINESS_VALIDATION_FAILED")


1580
1581
1582
# File 'sig/types.rbs', line 1580

def reason
  @reason
end