Class: Aws::Snowball::Types::InvalidInputCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::InvalidInputCombinationException
- 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
#message ⇒ 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 |