Class: Aws::ACMPCA::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ACMPCA::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-acmpca/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
| 2348 2349 2350 2351 2352 | # File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2348 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |