Class: Aws::IAM::Types::MalformedCertificateException

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

#messageString

Returns:

  • (String)


7551
7552
7553
7554
7555
# File 'lib/aws-sdk-iam/types.rb', line 7551

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