Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_arguments ⇒ ::Array[Types::ConflictExceptionErrorArgument]
Returns the value of attribute error_arguments.
-
#error_id ⇒ ::String
Returns the value of attribute error_id.
-
#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
#error_arguments ⇒ ::Array[Types::ConflictExceptionErrorArgument]
Returns the value of attribute error_arguments.
38 39 40 |
# File 'sig/types.rbs', line 38 def error_arguments @error_arguments end |
#error_id ⇒ ::String
Returns the value of attribute error_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def error_id @error_id end |
#message ⇒ ::String
Returns the value of attribute message.
40 41 42 |
# File 'sig/types.rbs', line 40 def end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
42 43 44 |
# File 'sig/types.rbs', line 42 def resource_type @resource_type end |