Class: Aws::States::Types::InvalidTracingConfiguration

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2092
2093
2094
2095
2096
# File 'lib/aws-sdk-states/types.rb', line 2092

class InvalidTracingConfiguration < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end