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.
-
#resources ⇒ ::Array[Types::ResourceConflict]
Returns the value of attribute resources.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
273 274 275 |
# File 'sig/types.rbs', line 273 def @message end |
#resources ⇒ ::Array[Types::ResourceConflict]
Returns the value of attribute resources.
274 275 276 |
# File 'sig/types.rbs', line 274 def resources @resources end |