Struct aws_sdk_fsx::error::invalid_network_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for InvalidNetworkSettings
Implementations
Error message explaining what's wrong with network settings.
Error message explaining what's wrong with network settings.
The subnet ID that is either invalid or not part of the VPC specified.
The subnet ID that is either invalid or not part of the VPC specified.
The security group ID is either invalid or not part of the VPC specified.
The security group ID is either invalid or not part of the VPC specified.
The route table ID is either invalid or not part of the VPC specified.
The route table ID is either invalid or not part of the VPC specified.
Consumes the builder and constructs a InvalidNetworkSettings
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more