Class: Aws::SSM::Errors::OpsItemRelatedItemAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemRelatedItemAlreadyExistsException
- Defined in:
- 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.
1505 1506 1507 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1505 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1510 1511 1512 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1510 def @message || @data[:message] end |
#ops_item_id ⇒ String
1520 1521 1522 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1520 def ops_item_id @data[:ops_item_id] end |
#resource_uri ⇒ String
1515 1516 1517 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1515 def resource_uri @data[:resource_uri] end |