Class: Aws::ACMPCA::Types::CertificateMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::CertificateMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
The certificate authority certificate you are importing does not comply with conditions specified in the certificate that signed it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
399 400 401 402 403 |
# File 'lib/aws-sdk-acmpca/types.rb', line 399 class CertificateMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |