Class: Aws::SWF::Types::UnknownResourceFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::UnknownResourceFault
- 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
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
6442 6443 6444 6445 6446 |
# File 'lib/aws-sdk-swf/types.rb', line 6442 class UnknownResourceFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |