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.
6207 6208 6209 6210 6211 6212 6213 6214 |
# File 'lib/aws-sdk-fsx/types.rb', line 6207 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.
6207 6208 6209 6210 6211 6212 6213 6214 |
# File 'lib/aws-sdk-fsx/types.rb', line 6207 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.
6207 6208 6209 6210 6211 6212 6213 6214 |
# File 'lib/aws-sdk-fsx/types.rb', line 6207 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.
6207 6208 6209 6210 6211 6212 6213 6214 |
# File 'lib/aws-sdk-fsx/types.rb', line 6207 class InvalidNetworkSettings < Struct.new( :message, :invalid_subnet_id, :invalid_security_group_id, :invalid_route_table_id) SENSITIVE = [] include Aws::Structure end |