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)


5638
5639
5640
5641
5642
# File 'lib/aws-sdk-swf/types.rb', line 5638

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