Class: Aws::States::Types::ActivityAlreadyExists
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::ActivityAlreadyExists
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Activity already exists. ‘EncryptionConfiguration` may not be updated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      20 21 22 23 24  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 20 class ActivityAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |