Class: Aws::SWF::Types::TypeDeprecatedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TypeDeprecatedFault
- 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
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
5613 5614 5615 5616 5617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5613 class TypeDeprecatedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |