Class: Aws::AppRunner::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2384 2385 2386 2387 2388 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2384 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |