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)


7706
7707
7708
# File 'sig/types.rbs', line 7706

def message
  @message
end

#reasonTypes::ServiceQuotaExceededExceptionReason

Returns the value of attribute reason.



7707
7708
7709
# File 'sig/types.rbs', line 7707

def reason
  @reason
end