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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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)


7383
7384
7385
7386
7387
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7383

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