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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/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)


5583
5584
5585
5586
5587
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5583

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