Class: Aws::Proton::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::AccessDeniedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
There *isn’t* sufficient access for performing this action.
Constant Summary collapse
- SENSITIVE =
 [:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      44 45 46 47 48  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 44 class AccessDeniedException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end  |