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.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
-
#quota_value ⇒ ::Float
Returns the value of attribute quota_value.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def @message end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def quota_name @quota_name end |
#quota_value ⇒ ::Float
Returns the value of attribute quota_value.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def quota_value @quota_value end |