Class: Aws::States::Types::InvalidDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidDefinition
- 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
#message ⇒ String
2141 2142 2143 2144 2145 |
# File 'lib/aws-sdk-states/types.rb', line 2141 class InvalidDefinition < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |