Class: Aws::IAM::Types::MalformedCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::MalformedCertificateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the certificate was malformed or expired. The error message describes the specific error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7383 7384 7385 7386 7387 |
# File 'lib/aws-sdk-iam/types.rb', line 7383 class MalformedCertificateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |