Class: Aws::SSM::Errors::ResourcePolicyNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ResourcePolicyNotFoundException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePolicyNotFoundException
constructor
A new instance of ResourcePolicyNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePolicyNotFoundException
Returns a new instance of ResourcePolicyNotFoundException.
1945 1946 1947 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1945 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1950 1951 1952 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1950 def @message || @data[:message] end |