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
1542 1543 1544 1545 1546 |
# File 'lib/aws-sdk-states/types.rb', line 1542 class InvalidTracingConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |