Class: Aws::SWF::Types::TypeNotDeprecatedFault

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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