Class: Aws::EKS::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
You don’t have permissions to perform the requested operation. The
- IAM principal][1
 - 
making the request must have at least one IAM
 
permissions policy attached that grants the required permissions. For more information, see [Access management] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html [2]: docs.aws.amazon.com/IAM/latest/UserGuide/access.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
You do not have sufficient access to perform this action.
 
Instance Attribute Details
#message ⇒ String
You do not have sufficient access to perform this action.
      49 50 51 52 53  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 49 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |