Class: Aws::States::Types::InvalidTracingConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::InvalidTracingConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
Your ‘tracingConfiguration` key does not match, or `enabled` has not been set to `true` or `false`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      2238 2239 2240 2241 2242  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2238 class InvalidTracingConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |