Class: Aws::Types::UnprocessableException

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)


779
780
781
# File 'sig/types.rbs', line 779

def message
  @message
end

#reason"QUERY_TIMEOUT", ...

Returns the value of attribute reason.

Returns:

  • ("QUERY_TIMEOUT", "INTERNAL_LIMIT_EXCEEDED", "MEMORY_LIMIT_EXCEEDED", "STORAGE_LIMIT_EXCEEDED", "PARTITION_FULL")


780
781
782
# File 'sig/types.rbs', line 780

def reason
  @reason
end