Class: Aws::SWF::Types::TypeDeprecatedFault

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

Overview

Returned when the specified activity or workflow type was already 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)


5613
5614
5615
5616
5617
# File 'lib/aws-sdk-swf/types.rb', line 5613

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