Class: Aws::States::Types::StateMachineAlreadyExists

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3554
3555
3556
3557
3558
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3554

class StateMachineAlreadyExists < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end