Class: Aws::Types::LimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::LimitExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_type ⇒ "USER", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
7204 7205 7206 |
# File 'sig/types.rbs', line 7204 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7206 7207 7208 |
# File 'sig/types.rbs', line 7206 def request_id @request_id end |
#resource_type ⇒ "USER", ...
Returns the value of attribute resource_type.
7205 7206 7207 |
# File 'sig/types.rbs', line 7205 def resource_type @resource_type end |