Class: Aws::States::Types::TaskDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TaskDoesNotExist
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The activity does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3993 3994 3995 3996 3997 |
# File 'lib/aws-sdk-states/types.rb', line 3993 class TaskDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |