Class: Aws::Drs::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 23 class AccessDeniedException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      23 24 25 26 27 28  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 23 class AccessDeniedException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end  |