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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


2015
2016
2017
2018
2019
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2015

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