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)


5679
5680
5681
5682
5683
# File 'lib/aws-sdk-swf/types.rb', line 5679

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