Class: Aws::Snowball::Types::InvalidInputCombinationException

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

Overview

Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1308
1309
1310
1311
1312
# File 'lib/aws-sdk-snowball/types.rb', line 1308

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