Class: Aws::CloudTrail::Errors::ResourcePolicyNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudTrail::Errors::ResourcePolicyNotFoundException
- Defined in:
- lib/aws-sdk-cloudtrail/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePolicyNotFoundException
constructor
A new instance of ResourcePolicyNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourcePolicyNotFoundException
Returns a new instance of ResourcePolicyNotFoundException.
867 868 869 |
# File 'lib/aws-sdk-cloudtrail/errors.rb', line 867 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |