Class: Aws::States::Types::StateMachineAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineAlreadyExists
- Defined in:
- gems/aws-sdk-states/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
3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859 class StateMachineAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |