Class: Aws::ACMPCA::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2309
2310
2311
2312
2313
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2309

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end