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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

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)


7734
7735
7736
7737
7738
7739
7740
# File 'lib/aws-sdk-redshift/types.rb', line 7734

class SnapshotErrorMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_cluster_identifier,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#failure_reasonString

The text message describing the error.

Returns:

  • (String)


7734
7735
7736
7737
7738
7739
7740
# File 'lib/aws-sdk-redshift/types.rb', line 7734

class SnapshotErrorMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_cluster_identifier,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#snapshot_cluster_identifierString

A unique identifier for the cluster.

Returns:

  • (String)


7734
7735
7736
7737
7738
7739
7740
# File 'lib/aws-sdk-redshift/types.rb', line 7734

class SnapshotErrorMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_cluster_identifier,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#snapshot_identifierString

A unique identifier for the snapshot returning the error.

Returns:

  • (String)


7734
7735
7736
7737
7738
7739
7740
# File 'lib/aws-sdk-redshift/types.rb', line 7734

class SnapshotErrorMessage < Struct.new(
  :snapshot_identifier,
  :snapshot_cluster_identifier,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end