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 invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1392
1393
1394
1395
1396
# File 'lib/aws-sdk-states/types.rb', line 1392

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