Class: Aws::SWF::Types::TypeDeprecatedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TypeDeprecatedFault
- 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
-
#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.
6358 6359 6360 6361 6362 |
# File 'lib/aws-sdk-swf/types.rb', line 6358 class TypeDeprecatedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |