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
2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-states/types.rb', line 2619 class StateMachineAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |