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)


821
822
823
# File 'sig/types.rbs', line 821

def message
  @message
end

#reason"CONSTRAINT_VIOLATION", ...

Returns the value of attribute reason.

Returns:

  • ("CONSTRAINT_VIOLATION", "ILLEGAL_ARGUMENT", "MALFORMED_QUERY", "QUERY_CANCELLED", "QUERY_TOO_LARGE", "UNSUPPORTED_OPERATION", "BAD_REQUEST")


822
823
824
# File 'sig/types.rbs', line 822

def reason
  @reason
end