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)


5580
5581
5582
5583
5584
# File 'lib/aws-sdk-iam/types.rb', line 5580

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