Class: Aws::SSM::Errors::OpsItemRelatedItemAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSM::Errors::OpsItemRelatedItemAlreadyExistsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemRelatedItemAlreadyExistsException
constructor
A new instance of OpsItemRelatedItemAlreadyExistsException.
- #message ⇒ String
- #ops_item_id ⇒ String
- #resource_uri ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemRelatedItemAlreadyExistsException
Returns a new instance of OpsItemRelatedItemAlreadyExistsException.
1557 1558 1559 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1557 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1562 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1562
def message: () -> ::String
|
#ops_item_id ⇒ String
1572 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1572
def ops_item_id: () -> ::String
|
#resource_uri ⇒ String
1567 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1567
def resource_uri: () -> ::String
|