Class: Aws::States::Types::InvalidOutput

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

Overview

The provided JSON output data is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2065
2066
2067
2068
2069
# File 'lib/aws-sdk-states/types.rb', line 2065

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