Class: Aws::AppRunner::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
2393 2394 2395 2396 2397 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2393 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |