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.
136 137 138 |
# File 'sig/types.rbs', line 136 def @message end |
#x_amz_error_type ⇒ ::String
Returns the value of attribute x_amz_error_type.
137 138 139 |
# File 'sig/types.rbs', line 137 def x_amz_error_type @x_amz_error_type end |