Class: Aws::IAM::Types::InvalidCertificateException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The request was rejected because the certificate is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4606
4607
4608
4609
4610
# File 'lib/aws-sdk-iam/types.rb', line 4606

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