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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def message
  @message
end

#reason"CANNOT_PARSE", ...

Returns the value of attribute reason.

Returns:

  • ("CANNOT_PARSE", "ENCRYPTION_KEY_ERROR", "FIELD_VALIDATION_FAILED", "UNKNOWN_OPERATION", "OTHER")


1013
1014
1015
# File 'sig/types.rbs', line 1013

def reason
  @reason
end