Class: Aws::States::Types::StateMachineTypeNotSupported
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineTypeNotSupported
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
State machine type is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-states/types.rb', line 3852 class StateMachineTypeNotSupported < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |