Class: Aws::SWF::Types::UnknownResourceFault

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Overview

Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.

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)


6442
6443
6444
6445
6446
# File 'lib/aws-sdk-swf/types.rb', line 6442

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