Class: Aws::Types::ResourceUnavailableException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceUnavailableException
- 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.
9472 9473 9474 |
# File 'sig/types.rbs', line 9472 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9474 9475 9476 |
# File 'sig/types.rbs', line 9474 def request_id @request_id end |
#resource_type ⇒ "USER", ...
Returns the value of attribute resource_type.
9473 9474 9475 |
# File 'sig/types.rbs', line 9473 def resource_type @resource_type end |