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.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def @message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def resource_id @resource_id end |