Class: Aws::Appflow::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The resource specified in the request (such as the source or destination connector profile) is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3998 3999 4000 4001 4002 |
# File 'lib/aws-sdk-appflow/types.rb', line 3998 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |