You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::SnapshotErrorMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the errors returned by a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The failure code for the error.

Returns:

  • (String)

    The failure code for the error.

#failure_reasonString

The text message describing the error.

Returns:

  • (String)

    The text message describing the error.

#snapshot_cluster_identifierString

A unique identifier for the cluster.

Returns:

  • (String)

    A unique identifier for the cluster.

#snapshot_identifierString

A unique identifier for the snapshot returning the error.

Returns:

  • (String)

    A unique identifier for the snapshot returning the error.