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.
2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-iot/types.rb', line 2017 class CertificateValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |