Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
232 233 234 |
# File 'sig/types.rbs', line 232 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
235 236 237 |
# File 'sig/types.rbs', line 235 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
233 234 235 |
# File 'sig/types.rbs', line 233 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
234 235 236 |
# File 'sig/types.rbs', line 234 def type @type end |