Struct aws_sdk_macie2::model::UnprocessedAccount
source · [−]#[non_exhaustive]pub struct UnprocessedAccount {
pub account_id: Option<String>,
pub error_code: Option<ErrorCode>,
pub error_message: Option<String>,
}
Expand description
Provides information about an account-related request that hasn't been processed.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_id: Option<String>
The Amazon Web Services account ID for the account that the request applies to.
error_code: Option<ErrorCode>
The source of the issue or delay in processing the request.
error_message: Option<String>
The reason why the request hasn't been processed.
Implementations
The Amazon Web Services account ID for the account that the request applies to.
The source of the issue or delay in processing the request.
The reason why the request hasn't been processed.
Creates a new builder-style object to manufacture UnprocessedAccount
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UnprocessedAccount
impl Send for UnprocessedAccount
impl Sync for UnprocessedAccount
impl Unpin for UnprocessedAccount
impl UnwindSafe for UnprocessedAccount
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