Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#errors ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute errors.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
109 110 111 |
# File 'sig/types.rbs', line 109 def code @code end |
#errors ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute errors.
112 113 114 |
# File 'sig/types.rbs', line 112 def errors @errors end |
#message ⇒ ::String
Returns the value of attribute message.
108 109 110 |
# File 'sig/types.rbs', line 108 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
111 112 113 |
# File 'sig/types.rbs', line 111 def resource_type @resource_type end |