Class: Aws::SSMContacts::Types::AccessDeniedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::AccessDeniedException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
You don’t have sufficient access to perform this operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 72 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |