Class: Aws::IAM::Types::InvalidCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidCertificateException
- 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
#message ⇒ String
4603 4604 4605 4606 4607 |
# File 'lib/aws-sdk-iam/types.rb', line 4603 class InvalidCertificateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |