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_code ⇒ ::String
Returns the value of attribute quota_code.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
219 220 221 |
# File 'sig/types.rbs', line 219 def end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
222 223 224 |
# File 'sig/types.rbs', line 222 def quota_code @quota_code end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
220 221 222 |
# File 'sig/types.rbs', line 220 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
221 222 223 |
# File 'sig/types.rbs', line 221 def service_code @service_code end |