Class: Aws::CodeCatalyst::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2334 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |