Struct aws_sdk_quicksight::error::AccessDeniedException [−][src]
#[non_exhaustive]pub struct AccessDeniedException {
pub message: Option<String>,
pub request_id: Option<String>,
}
Expand description
You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct access keys.
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.message: Option<String>
request_id: Option<String>
The Amazon Web Services request ID for this request.
Implementations
The Amazon Web Services request ID for this request.
Creates a new builder-style object to manufacture AccessDeniedException
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 AccessDeniedException
impl Send for AccessDeniedException
impl Sync for AccessDeniedException
impl Unpin for AccessDeniedException
impl UnwindSafe for AccessDeniedException
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