Class: Aws::IAM::Types::DuplicateCertificateException

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

Overview

The request was rejected because the same certificate is associated with an IAM user in the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2474
2475
2476
2477
2478
# File 'lib/aws-sdk-iam/types.rb', line 2474

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