Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#reason ⇒ "SERVICE_QUOTA_EXCEEDED_EXCEPTION", ...
Returns the value of attribute reason.
-
#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
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def @message end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def quota_code @quota_code end |
#reason ⇒ "SERVICE_QUOTA_EXCEEDED_EXCEPTION", ...
Returns the value of attribute reason.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def reason @reason end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def service_code @service_code end |