Class: Aws::Types::ServiceLimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_code ⇒ ::String
Returns the value of attribute limit_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#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
#limit_code ⇒ ::String
Returns the value of attribute limit_code.
80 81 82 |
# File 'sig/types.rbs', line 80 def limit_code @limit_code end |
#message ⇒ ::String
Returns the value of attribute message.
77 78 79 |
# File 'sig/types.rbs', line 77 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
79 80 81 |
# File 'sig/types.rbs', line 79 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
81 82 83 |
# File 'sig/types.rbs', line 81 def service_code @service_code end |