[][src]Enum rusoto_ssm::GetDeployablePatchSnapshotForInstanceError

pub enum GetDeployablePatchSnapshotForInstanceError {
    InternalServerError(String),
    UnsupportedFeatureRequired(String),
    UnsupportedOperatingSystem(String),
}

Errors returned by GetDeployablePatchSnapshotForInstance

Variants

InternalServerError(String)

An error occurred on the server side.

UnsupportedFeatureRequired(String)

Microsoft application patching is only available on EC2 instances and advanced instances. To patch Microsoft applications on on-premises servers and VMs, you must enable advanced instances. For more information, see Using the advanced-instances tier in the AWS Systems Manager User Guide.

UnsupportedOperatingSystem(String)

The operating systems you specified is not supported, or the operation is not supported for the operating system. Valid operating systems include: Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.

Implementations

impl GetDeployablePatchSnapshotForInstanceError[src]

Trait Implementations

impl Debug for GetDeployablePatchSnapshotForInstanceError[src]

impl Display for GetDeployablePatchSnapshotForInstanceError[src]

impl Error for GetDeployablePatchSnapshotForInstanceError[src]

impl PartialEq<GetDeployablePatchSnapshotForInstanceError> for GetDeployablePatchSnapshotForInstanceError[src]

impl StructuralPartialEq for GetDeployablePatchSnapshotForInstanceError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.