Class: Aws::Snowball::Types::ClusterLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ClusterLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
154 155 156 157 158 |
# File 'lib/aws-sdk-snowball/types.rb', line 154 class ClusterLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |