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
2309 2310 2311 2312 2313 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2309 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |