Class: Aws::Synthetics::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::NotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1507 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |