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.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def @message end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def resource_type @resource_type end |