Class: Aws::States::Types::ExecutionDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionDoesNotExist
- Defined in:
- gems/aws-sdk-states/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
1443 1444 1445 1446 1447 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1443 class ExecutionDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |