Struct aws_sdk_ecr::error::invalid_layer_part_exception::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for InvalidLayerPartException
Implementations
The registry ID associated with the exception.
The registry ID associated with the exception.
The repository name associated with the exception.
The repository name associated with the exception.
The upload ID associated with the exception.
The upload ID associated with the exception.
The last valid byte received from the layer part upload that is associated with the exception.
The last valid byte received from the layer part upload that is associated with the exception.
The error message associated with the exception.
The error message associated with the exception.
Consumes the builder and constructs a InvalidLayerPartException
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
