Class: Aws::Types::ConflictingOperationException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictingOperationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
817 818 819 |
# File 'sig/types.rbs', line 817 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
814 815 816 |
# File 'sig/types.rbs', line 814 def @message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
816 817 818 |
# File 'sig/types.rbs', line 816 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
815 816 817 |
# File 'sig/types.rbs', line 815 def resource_id @resource_id end |