Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "ROOM"
Returns the value of attribute resource_type.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
282 283 284 |
# File 'sig/types.rbs', line 282 def limit @limit end |
#message ⇒ ::String
Returns the value of attribute message.
279 280 281 |
# File 'sig/types.rbs', line 279 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def resource_id @resource_id end |
#resource_type ⇒ "ROOM"
Returns the value of attribute resource_type.
281 282 283 |
# File 'sig/types.rbs', line 281 def resource_type @resource_type end |