Class: Aws::ACMPCA::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
A resource such as a private CA, S3 bucket, certificate, audit report, or policy cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2305 2306 2307 2308 2309 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2305 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |