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.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def type @type end |