Class: Aws::SSM::Errors::ResourcePolicyNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePolicyNotFoundException

Returns a new instance of ResourcePolicyNotFoundException.

Parameters:



1945
1946
1947
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1945

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


1950
1951
1952
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1950

def message
  @message || @data[:message]
end