Class: Aws::Types::OpsItemRelatedItemAlreadyExistsException
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemRelatedItemAlreadyExistsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
-
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3355 3356 3357 |
# File 'sig/types.rbs', line 3355 def end |
#ops_item_id ⇒ ::String
Returns the value of attribute ops_item_id.
3357 3358 3359 |
# File 'sig/types.rbs', line 3357 def ops_item_id @ops_item_id end |
#resource_uri ⇒ ::String
Returns the value of attribute resource_uri.
3356 3357 3358 |
# File 'sig/types.rbs', line 3356 def resource_uri @resource_uri end |