Struct aws_sdk_ec2::model::validation_error::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ValidationError
Implementations
The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.
The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.
The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.
The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.
Consumes the builder and constructs a ValidationError
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