Class: Aws::ComputeOptimizer::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
A resource that is required for the action doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6303 6304 6305 6306 6307 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6303 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |