Class: Aws::Types::ResourceAlreadyExistsException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceAlreadyExistsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
4304 4305 4306 |
# File 'sig/types.rbs', line 4304 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
4306 4307 4308 |
# File 'sig/types.rbs', line 4306 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
4305 4306 4307 |
# File 'sig/types.rbs', line 4305 def resource_id @resource_id end |