Class: Aws::ServerlessApplicationRepository::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::NotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
The resource (for example, an access policy statement) specified in the request doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
404.
-
#message ⇒ String
The resource (for example, an access policy statement) specified in the request doesn’t exist.
Instance Attribute Details
#error_code ⇒ String
404
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1362 class NotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The resource (for example, an access policy statement) specified in the request doesn’t exist.
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1362 class NotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |