Class: Aws::States::Types::StateMachineTypeNotSupported
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineTypeNotSupported
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2501 class StateMachineTypeNotSupported < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |