Class: Aws::SSM::Errors::OpsMetadataNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsMetadataNotFoundException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsMetadataNotFoundException
constructor
A new instance of OpsMetadataNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsMetadataNotFoundException
Returns a new instance of OpsMetadataNotFoundException.
1607 1608 1609 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1607 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1612 1613 1614 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1612 def @message || @data[:message] end |