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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "Agreement", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
313 314 315 |
# File 'sig/types.rbs', line 313 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
312 313 314 |
# File 'sig/types.rbs', line 312 def request_id @request_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def resource_id @resource_id end |
#resource_type ⇒ "Agreement", ...
Returns the value of attribute resource_type.
315 316 317 |
# File 'sig/types.rbs', line 315 def resource_type @resource_type end |