Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
53 54 55 |
# File 'sig/types.rbs', line 53 def @message end |
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
54 55 56 |
# File 'sig/types.rbs', line 54 def x_amz_error_type @x_amz_error_type end |