Class: Aws::SSM::Errors::OpsItemRelatedItemAssociationNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemRelatedItemAssociationNotFoundException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemRelatedItemAssociationNotFoundException
constructor
A new instance of OpsItemRelatedItemAssociationNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemRelatedItemAssociationNotFoundException
Returns a new instance of OpsItemRelatedItemAssociationNotFoundException.
1532 1533 1534 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1532 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1537 1538 1539 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1537 def @message || @data[:message] end |