#[non_exhaustive]pub enum GetRelationalDatabasesError {
AccessDeniedException(AccessDeniedException),
AccountSetupInProgressException(AccountSetupInProgressException),
InvalidInputException(InvalidInputException),
NotFoundException(NotFoundException),
OperationFailureException(OperationFailureException),
ServiceException(ServiceException),
UnauthenticatedException(UnauthenticatedException),
Unhandled(Unhandled),
}
Expand description
Error type for the GetRelationalDatabasesError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
Lightsail throws this exception when the user cannot be authenticated or uses invalid credentials to access a resource.
AccountSetupInProgressException(AccountSetupInProgressException)
Lightsail throws this exception when an account is still in the setup in progress state.
InvalidInputException(InvalidInputException)
Lightsail throws this exception when user input does not conform to the validation rules of an input field.
Domain and distribution APIs are only available in the N. Virginia (us-east-1
) Amazon Web Services Region. Please set your Amazon Web Services Region configuration to us-east-1
to create, view, or edit these resources.
NotFoundException(NotFoundException)
Lightsail throws this exception when it cannot find a resource.
OperationFailureException(OperationFailureException)
Lightsail throws this exception when an operation fails to execute.
ServiceException(ServiceException)
A general service exception.
UnauthenticatedException(UnauthenticatedException)
Lightsail throws this exception when the user has not been authenticated.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl GetRelationalDatabasesError
impl GetRelationalDatabasesError
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 GetRelationalDatabasesError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the GetRelationalDatabasesError::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_access_denied_exception(&self) -> bool
pub fn is_access_denied_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::AccessDeniedException
.
sourcepub fn is_account_setup_in_progress_exception(&self) -> bool
pub fn is_account_setup_in_progress_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::AccountSetupInProgressException
.
sourcepub fn is_invalid_input_exception(&self) -> bool
pub fn is_invalid_input_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::InvalidInputException
.
sourcepub fn is_not_found_exception(&self) -> bool
pub fn is_not_found_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::NotFoundException
.
sourcepub fn is_operation_failure_exception(&self) -> bool
pub fn is_operation_failure_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::OperationFailureException
.
sourcepub fn is_service_exception(&self) -> bool
pub fn is_service_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::ServiceException
.
sourcepub fn is_unauthenticated_exception(&self) -> bool
pub fn is_unauthenticated_exception(&self) -> bool
Returns true
if the error kind is GetRelationalDatabasesError::UnauthenticatedException
.
Trait Implementations§
source§impl CreateUnhandledError for GetRelationalDatabasesError
impl CreateUnhandledError for GetRelationalDatabasesError
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 GetRelationalDatabasesError
impl Debug for GetRelationalDatabasesError
source§impl Error for GetRelationalDatabasesError
impl Error for GetRelationalDatabasesError
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<GetRelationalDatabasesError> for Error
impl From<GetRelationalDatabasesError> for Error
source§fn from(err: GetRelationalDatabasesError) -> Self
fn from(err: GetRelationalDatabasesError) -> Self
source§impl ProvideErrorMetadata for GetRelationalDatabasesError
impl ProvideErrorMetadata for GetRelationalDatabasesError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for GetRelationalDatabasesError
impl RequestId for GetRelationalDatabasesError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.