Class: Aws::Types::ResourceExistsException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceExistsException
- 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.
9452 9453 9454 |
# File 'sig/types.rbs', line 9452 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9454 9455 9456 |
# File 'sig/types.rbs', line 9454 def request_id @request_id end |
#resource_type ⇒ "USER", ...
Returns the value of attribute resource_type.
9453 9454 9455 |
# File 'sig/types.rbs', line 9453 def resource_type @resource_type end |