Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
7536 7537 7538 |
# File 'sig/types.rbs', line 7536 def @message end |
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
Returns the value of attribute reason.
7537 7538 7539 |
# File 'sig/types.rbs', line 7537 def reason @reason end |