Class: Aws::Detective::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
The request issuer does not have permission to access this resource or perform this operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SDK default error code associated with the access denied exception.
 - 
  
    
      #error_code_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SDK default explanation of why access was denied.
 - #message ⇒ String
 - 
  
    
      #sub_error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code associated with the access denied exception.
 - 
  
    
      #sub_error_code_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An explanation of why access was denied.
 
Instance Attribute Details
#error_code ⇒ String
The SDK default error code associated with the access denied exception.
      53 54 55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 53 class AccessDeniedException < Struct.new( :message, :error_code, :error_code_reason, :sub_error_code, :sub_error_code_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#error_code_reason ⇒ String
The SDK default explanation of why access was denied.
      53 54 55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 53 class AccessDeniedException < Struct.new( :message, :error_code, :error_code_reason, :sub_error_code, :sub_error_code_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      53 54 55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 53 class AccessDeniedException < Struct.new( :message, :error_code, :error_code_reason, :sub_error_code, :sub_error_code_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#sub_error_code ⇒ String
The error code associated with the access denied exception.
      53 54 55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 53 class AccessDeniedException < Struct.new( :message, :error_code, :error_code_reason, :sub_error_code, :sub_error_code_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#sub_error_code_reason ⇒ String
An explanation of why access was denied.
      53 54 55 56 57 58 59 60 61  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 53 class AccessDeniedException < Struct.new( :message, :error_code, :error_code_reason, :sub_error_code, :sub_error_code_reason) SENSITIVE = [] include Aws::Structure end  |