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.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
-
#retry_after ⇒ ::Time
Returns the value of attribute retry_after.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
124 125 126 |
# File 'sig/types.rbs', line 124 def @message end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
125 126 127 |
# File 'sig/types.rbs', line 125 def resource_identifier @resource_identifier end |
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
126 127 128 |
# File 'sig/types.rbs', line 126 def resource_type @resource_type end |
#retry_after ⇒ ::Time
Returns the value of attribute retry_after.
127 128 129 |
# File 'sig/types.rbs', line 127 def retry_after @retry_after end |