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