Class: Aws::Types::ServiceQuotaExceededException

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)


7536
7537
7538
# File 'sig/types.rbs', line 7536

def message
  @message
end

#reasonTypes::ServiceQuotaExceededExceptionReason

Returns the value of attribute reason.



7537
7538
7539
# File 'sig/types.rbs', line 7537

def reason
  @reason
end