Class: Aws::States::Types::InvalidOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidOutput
- Defined in:
- gems/aws-sdk-states/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
#message ⇒ String
2211 2212 2213 2214 2215 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2211 class InvalidOutput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |