Class: Aws::States::Types::ExecutionDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionDoesNotExist
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The specified execution does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1380 1381 1382 1383 1384 |
# File 'lib/aws-sdk-states/types.rb', line 1380 class ExecutionDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |