Class: Aws::FSx::Types::InvalidNetworkSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::InvalidNetworkSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
One or more network settings specified in the request are invalid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #invalid_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The route table ID is either invalid or not part of the VPC specified.
 - 
  
    
      #invalid_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group ID is either invalid or not part of the VPC specified.
 - 
  
    
      #invalid_subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subnet ID that is either invalid or not part of the VPC specified.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error message explaining what’s wrong with network settings.
 
Instance Attribute Details
#invalid_route_table_id ⇒ String
The route table ID is either invalid or not part of the VPC specified.
      6354 6355 6356 6357 6358 6359 6360 6361  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6354 class InvalidNetworkSettings < Struct.new( :message, :invalid_subnet_id, :invalid_security_group_id, :invalid_route_table_id) SENSITIVE = [] include Aws::Structure end  | 
  
#invalid_security_group_id ⇒ String
The security group ID is either invalid or not part of the VPC specified.
      6354 6355 6356 6357 6358 6359 6360 6361  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6354 class InvalidNetworkSettings < Struct.new( :message, :invalid_subnet_id, :invalid_security_group_id, :invalid_route_table_id) SENSITIVE = [] include Aws::Structure end  | 
  
#invalid_subnet_id ⇒ String
The subnet ID that is either invalid or not part of the VPC specified.
      6354 6355 6356 6357 6358 6359 6360 6361  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6354 class InvalidNetworkSettings < Struct.new( :message, :invalid_subnet_id, :invalid_security_group_id, :invalid_route_table_id) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
Error message explaining what’s wrong with network settings.
      6354 6355 6356 6357 6358 6359 6360 6361  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6354 class InvalidNetworkSettings < Struct.new( :message, :invalid_subnet_id, :invalid_security_group_id, :invalid_route_table_id) SENSITIVE = [] include Aws::Structure end  |