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.
1530 1531 1532 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1530 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1535 1536 1537 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1535 def @message || @data[:message] end |