Class: Aws::Types::LimitExceededException
- Inherits:
-
Object
- Object
- Aws::Types::LimitExceededException
- 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.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
209 210 211 |
# File 'sig/types.rbs', line 209 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
208 209 210 |
# File 'sig/types.rbs', line 208 def end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
210 211 212 |
# File 'sig/types.rbs', line 210 def resource_type @resource_type end |