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