Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_value ⇒ ::Integer
Returns the value of attribute quota_value.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def @message end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def quota_code @quota_code end |
#quota_value ⇒ ::Integer
Returns the value of attribute quota_value.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def quota_value @quota_value end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def service_code @service_code end |