Class: Aws::ApplicationInsights::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
The resource does not exist in the customer account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1727 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |