Class: Aws::IAM::Types::DuplicateCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DuplicateCertificateException
- 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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2608 2609 2610 2611 |
# File 'lib/aws-sdk-iam/types.rb', line 2608 class DuplicateCertificateException < Struct.new( :message) include Aws::Structure end |