Class: Aws::States::Types::StateMachineAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineAlreadyExists
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
A state machine with the same name but a different definition or role ARN already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3755 3756 3757 3758 3759 |
# File 'lib/aws-sdk-states/types.rb', line 3755 class StateMachineAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |