Class: Aws::IoT::Types::RegistrationCodeValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RegistrationCodeValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The registration code 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.
13579 13580 13581 13582 13583 |
# File 'lib/aws-sdk-iot/types.rb', line 13579 class RegistrationCodeValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |