Class: Aws::Snowball::Types::ClusterLimitExceededException

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

Overview

Job creation failed. Currently, clusters support five nodes. If you have fewer than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


154
155
156
157
158
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 154

class ClusterLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end