Class: Aws::MemoryDB::Types::UnprocessedCluster

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

Overview

A cluster whose updates have failed

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3377

class UnprocessedCluster < Struct.new(
  :cluster_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message associated with the update failure

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3377

class UnprocessedCluster < Struct.new(
  :cluster_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The error type associated with the update failure

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
3383
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3377

class UnprocessedCluster < Struct.new(
  :cluster_name,
  :error_type,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end