Class: Aws::ConnectContactLens::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcontactlens/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
356 357 358 359 360 |
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 356 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |