Class: Aws::Snowball::Types::InvalidInputCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::InvalidInputCombinationException
- Defined in:
- gems/aws-sdk-snowball/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
1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1206 class InvalidInputCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |