Class: Aws::ConnectContactLens::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-connectcontactlens/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
278 279 280 281 282 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 278 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |