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_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
-
#service_code ⇒ "ssm-incidents"
Returns the value of attribute service_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
644 645 646 |
# File 'sig/types.rbs', line 644 def @message end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
645 646 647 |
# File 'sig/types.rbs', line 645 def quota_code @quota_code end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
646 647 648 |
# File 'sig/types.rbs', line 646 def resource_identifier @resource_identifier end |
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
647 648 649 |
# File 'sig/types.rbs', line 647 def resource_type @resource_type end |
#service_code ⇒ "ssm-incidents"
Returns the value of attribute service_code.
648 649 650 |
# File 'sig/types.rbs', line 648 def service_code @service_code end |