Class: Aws::Snowball::Types::InvalidJobStateException

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

Overview

The action can’t be performed because the job’s current state doesn’t allow that action to be performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1322
1323
1324
1325
1326
# File 'lib/aws-sdk-snowball/types.rb', line 1322

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