Class: Aws::IoT::Types::CertificateValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CertificateValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The certificate is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Additional information about the exception.
Instance Attribute Details
#message ⇒ String
Additional information about the exception.
1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-iot/types.rb', line 1917 class CertificateValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |