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.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def @message end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def quota_name @quota_name end |
#quota_value ⇒ ::Float
Returns the value of attribute quota_value.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def quota_value @quota_value end |