Class: Aws::ConnectHealth::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
This error is thrown when the requested resource is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1238 1239 1240 1241 1242 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 1238 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |