Class: Aws::Glue::Types::AccessDeniedException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::AccessDeniedException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Access to a resource was denied.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message describing the problem. 
Instance Attribute Details
#message ⇒ String
A message describing the problem.
| 21 22 23 24 25 | # File 'lib/aws-sdk-glue/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |