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)


7386
7387
7388
7389
7390
# File 'lib/aws-sdk-iam/types.rb', line 7386

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