Class: Aws::SWF::Types::DomainAlreadyExistsFault

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

Overview

Returned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain 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)


1902
1903
1904
1905
1906
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1902

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