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
3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-appflow/types.rb', line 3451 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |