Class: Aws::SSM::Errors::OpsItemNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemNotFoundException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemNotFoundException
constructor
A new instance of OpsItemNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemNotFoundException
Returns a new instance of OpsItemNotFoundException.
1492 1493 1494 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1492 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1497 1498 1499 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1497 def @message || @data[:message] end |