Class: Aws::EC2::Types::VpcEncryptionControlExclusion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcEncryptionControlExclusion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#state ⇒ String
      73871 73872 73873 73874 73875 73876  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73871 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end  | 
  
#state_message ⇒ String
      73871 73872 73873 73874 73875 73876  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73871 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end  |