Class: Aws::Types::InvalidResourceStateException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidResourceStateException
- 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.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def type @type end |