Struct aws_sdk_sesv2::types::ReviewDetails
source · #[non_exhaustive]pub struct ReviewDetails { /* private fields */ }Expand description
An object that contains information about your account details review.
Implementations§
source§impl ReviewDetails
impl ReviewDetails
sourcepub fn status(&self) -> Option<&ReviewStatus>
pub fn status(&self) -> Option<&ReviewStatus>
The status of the latest review of your account. The status can be one of the following:
-
PENDING– We have received your appeal and are in the process of reviewing it. -
GRANTED– Your appeal has been reviewed and your production access has been granted. -
DENIED– Your appeal has been reviewed and your production access has been denied. -
FAILED– An internal error occurred and we didn't receive your appeal. You can submit your appeal again.
source§impl ReviewDetails
impl ReviewDetails
sourcepub fn builder() -> ReviewDetailsBuilder
pub fn builder() -> ReviewDetailsBuilder
Creates a new builder-style object to manufacture ReviewDetails.
Trait Implementations§
source§impl Clone for ReviewDetails
impl Clone for ReviewDetails
source§fn clone(&self) -> ReviewDetails
fn clone(&self) -> ReviewDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ReviewDetails
impl Debug for ReviewDetails
source§impl PartialEq<ReviewDetails> for ReviewDetails
impl PartialEq<ReviewDetails> for ReviewDetails
source§fn eq(&self, other: &ReviewDetails) -> bool
fn eq(&self, other: &ReviewDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.