Class: Aws::SWF::Types::TypeAlreadyExistsFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description that may help with diagnosing the cause of the fault.

Returns:

  • (String)


5570
5571
5572
5573
5574
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5570

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