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.
      855 856 857  | 
    
      # File 'lib/aws-sdk-cloudtrail/errors.rb', line 855 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |