Class: Aws::IoTJobsDataPlane::Types::InvalidStateTransitionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::InvalidStateTransitionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
An update attempted to change the job execution to a state that is invalid because of the job execution’s current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS). In this case, the body of the error message also contains the executionState field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
184 185 186 187 188 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 184 class InvalidStateTransitionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |