Class: Aws::SWF::Types::TypeNotDeprecatedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TypeNotDeprecatedFault
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Returned when the resource type has not been deprecated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5624 5625 5626 5627 5628 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5624 class TypeNotDeprecatedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |