#[non_exhaustive]pub enum CancelQueryError {
ConflictException(ConflictException),
EventDataStoreArnInvalidException(EventDataStoreArnInvalidException),
EventDataStoreNotFoundException(EventDataStoreNotFoundException),
InactiveEventDataStoreException(InactiveEventDataStoreException),
InactiveQueryException(InactiveQueryException),
InvalidParameterException(InvalidParameterException),
NoManagementAccountSlrExistsException(NoManagementAccountSlrExistsException),
OperationNotPermittedException(OperationNotPermittedException),
QueryIdNotFoundException(QueryIdNotFoundException),
UnsupportedOperationException(UnsupportedOperationException),
Unhandled(Unhandled),
}Expand description
Error type for the CancelQueryError operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ConflictException(ConflictException)
This exception is thrown when the specified resource is not ready for an operation. This can occur when you try to run an operation on a resource before CloudTrail has time to fully load the resource, or because another operation is modifying the resource. If this exception occurs, wait a few minutes, and then try the operation again.
EventDataStoreArnInvalidException(EventDataStoreArnInvalidException)
The specified event data store ARN is not valid or does not map to an event data store in your account.
EventDataStoreNotFoundException(EventDataStoreNotFoundException)
The specified event data store was not found.
InactiveEventDataStoreException(InactiveEventDataStoreException)
The event data store is inactive.
InactiveQueryException(InactiveQueryException)
The specified query cannot be canceled because it is in the FINISHED, FAILED, TIMED_OUT, or CANCELLED state.
InvalidParameterException(InvalidParameterException)
The request includes a parameter that is not valid.
NoManagementAccountSlrExistsException(NoManagementAccountSlrExistsException)
This exception is thrown when the management account does not have a service-linked role.
OperationNotPermittedException(OperationNotPermittedException)
This exception is thrown when the requested operation is not permitted.
QueryIdNotFoundException(QueryIdNotFoundException)
The query ID does not exist or does not map to a query.
UnsupportedOperationException(UnsupportedOperationException)
This exception is thrown when the requested operation is not supported.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl CancelQueryError
impl CancelQueryError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the CancelQueryError::Unhandled variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the CancelQueryError::Unhandled variant from a ::aws_smithy_types::error::ErrorMetadata.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_conflict_exception(&self) -> bool
pub fn is_conflict_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::ConflictException.
sourcepub fn is_event_data_store_arn_invalid_exception(&self) -> bool
pub fn is_event_data_store_arn_invalid_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::EventDataStoreArnInvalidException.
sourcepub fn is_event_data_store_not_found_exception(&self) -> bool
pub fn is_event_data_store_not_found_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::EventDataStoreNotFoundException.
sourcepub fn is_inactive_event_data_store_exception(&self) -> bool
pub fn is_inactive_event_data_store_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::InactiveEventDataStoreException.
sourcepub fn is_inactive_query_exception(&self) -> bool
pub fn is_inactive_query_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::InactiveQueryException.
sourcepub fn is_invalid_parameter_exception(&self) -> bool
pub fn is_invalid_parameter_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::InvalidParameterException.
sourcepub fn is_no_management_account_slr_exists_exception(&self) -> bool
pub fn is_no_management_account_slr_exists_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::NoManagementAccountSlrExistsException.
sourcepub fn is_operation_not_permitted_exception(&self) -> bool
pub fn is_operation_not_permitted_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::OperationNotPermittedException.
sourcepub fn is_query_id_not_found_exception(&self) -> bool
pub fn is_query_id_not_found_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::QueryIdNotFoundException.
sourcepub fn is_unsupported_operation_exception(&self) -> bool
pub fn is_unsupported_operation_exception(&self) -> bool
Returns true if the error kind is CancelQueryError::UnsupportedOperationException.
Trait Implementations§
source§impl CreateUnhandledError for CancelQueryError
impl CreateUnhandledError for CancelQueryError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source and error metadata.source§impl Debug for CancelQueryError
impl Debug for CancelQueryError
source§impl Display for CancelQueryError
impl Display for CancelQueryError
source§impl Error for CancelQueryError
impl Error for CancelQueryError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CancelQueryError> for Error
impl From<CancelQueryError> for Error
source§fn from(err: CancelQueryError) -> Self
fn from(err: CancelQueryError) -> Self
source§impl ProvideErrorKind for CancelQueryError
impl ProvideErrorKind for CancelQueryError
source§impl ProvideErrorMetadata for CancelQueryError
impl ProvideErrorMetadata for CancelQueryError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for CancelQueryError
impl RequestId for CancelQueryError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.