Class: Aws::Types::ResourceAlreadyExistsFault
- Inherits:
-
Object
- Object
- Aws::Types::ResourceAlreadyExistsFault
- 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.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def @message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def resource_arn @resource_arn end |