Class: Aws::ACMPCA::Types::MalformedCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::MalformedCertificateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
One or more fields in the certificate are invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2011 2012 2013 2014 2015 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2011 class MalformedCertificateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |