Struct aws_sdk_s3control::model::async_error_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AsyncErrorDetails
Implementations
A string that uniquely identifies the error condition.
A string that uniquely identifies the error condition.
A generic descritpion of the error condition in English.
A generic descritpion of the error condition in English.
The identifier of the resource associated with the error.
The identifier of the resource associated with the error.
The ID of the request associated with the error.
The ID of the request associated with the error.
Consumes the builder and constructs a AsyncErrorDetails
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