Class: Aws::IoT::Types::InvalidStateTransitionException

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

Overview

An attempt was made to change to an invalid state, for example by deleting a job or a job execution which is “IN_PROGRESS” without setting the ‘force` parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


8179
8180
8181
8182
8183
# File 'lib/aws-sdk-iot/types.rb', line 8179

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