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.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "domain", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
895 896 897 |
# File 'sig/types.rbs', line 895 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
896 897 898 |
# File 'sig/types.rbs', line 896 def resource_id @resource_id end |
#resource_type ⇒ "domain", ...
Returns the value of attribute resource_type.
897 898 899 |
# File 'sig/types.rbs', line 897 def resource_type @resource_type end |