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

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

Overview

Describes the errors returned by a snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The failure code for the error.

Returns:

  • (String)


11450
11451
11452
11453
11454
11455
11456
11457
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11450

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

#failure_reasonString

The text message describing the error.

Returns:

  • (String)


11450
11451
11452
11453
11454
11455
11456
11457
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11450

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

#snapshot_cluster_identifierString

A unique identifier for the cluster.

Returns:

  • (String)


11450
11451
11452
11453
11454
11455
11456
11457
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11450

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

#snapshot_identifierString

A unique identifier for the snapshot returning the error.

Returns:

  • (String)


11450
11451
11452
11453
11454
11455
11456
11457
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11450

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