Class: Aws::LookoutEquipment::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
The request could not be completed because you do not have access to the resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      21 22 23 24 25  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |