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
4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-iam/types.rb', line 4747 class InvalidCertificateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |