Class: Aws::Pipes::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
An entity that you specified does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-pipes/types.rb', line 1437 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |