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
2237 2238 2239 2240 2241 |
# File 'lib/aws-sdk-states/types.rb', line 2237 class InvalidTracingConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |