Class: Aws::SWF::Types::UnknownResourceFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::UnknownResourceFault
- Defined in:
- gems/aws-sdk-swf/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.
5679 5680 5681 5682 5683 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5679 class UnknownResourceFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |