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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-states/types.rb', line 2831 class TaskDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |