Class: Aws::AccessAnalyzer::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      45 46 47 48 49  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 45 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |