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.
-
#reason ⇒ "RESOURCE_NAME_CONFLICT", ...
Returns the value of attribute reason.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
152 153 154 |
# File 'sig/types.rbs', line 152 def @message end |
#reason ⇒ "RESOURCE_NAME_CONFLICT", ...
Returns the value of attribute reason.
155 156 157 |
# File 'sig/types.rbs', line 155 def reason @reason end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def resource_type @resource_type end |