Class: Aws::SWF::Types::DomainDeprecatedFault

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

Overview

Returned when the specified domain has been deprecated.

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)


1926
1927
1928
1929
1930
# File 'lib/aws-sdk-swf/types.rb', line 1926

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