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