Class: Aws::States::Types::InvalidDefinition

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

The provided Amazon States Language definition is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1875
1876
1877
1878
1879
# File 'lib/aws-sdk-states/types.rb', line 1875

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