Struct aws_sdk_quicksight::error::ListIAMPolicyAssignmentsError [−][src]
#[non_exhaustive]pub struct ListIAMPolicyAssignmentsError {
pub kind: ListIAMPolicyAssignmentsErrorKind,
// some fields omitted
}
Expand description
Error type for the ListIAMPolicyAssignments
operation.
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.kind: ListIAMPolicyAssignmentsErrorKind
Kind of error that occurred.
Implementations
Creates a new ListIAMPolicyAssignmentsError
.
Creates the ListIAMPolicyAssignmentsError::Unhandled
variant from any error type.
Creates the ListIAMPolicyAssignmentsError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::AccessDeniedException
.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::InternalFailureException
.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::InvalidNextTokenException
.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::InvalidParameterValueException
.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::ResourceNotFoundException
.
Returns true
if the error kind is ListIAMPolicyAssignmentsErrorKind::ThrottlingException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ListIAMPolicyAssignmentsError
impl Send for ListIAMPolicyAssignmentsError
impl Sync for ListIAMPolicyAssignmentsError
impl Unpin for ListIAMPolicyAssignmentsError
impl !UnwindSafe for ListIAMPolicyAssignmentsError
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