Class: Aws::Types::AlreadyExistsException
- Inherits:
-
Object
- Object
- Aws::Types::AlreadyExistsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def arn @arn end |
#code ⇒ ::String
Returns the value of attribute code.
25 26 27 |
# File 'sig/types.rbs', line 25 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
30 31 32 |
# File 'sig/types.rbs', line 30 def context @context end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def creator_request_id @creator_request_id end |
#message ⇒ ::String
Returns the value of attribute message.
26 27 28 |
# File 'sig/types.rbs', line 26 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
29 30 31 |
# File 'sig/types.rbs', line 29 def type @type end |