Class: Aws::SSM::Types::InvalidActivationId
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidActivationId
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The activation ID isn't valid. Verify that you entered the correct ActivationId or ActivationCode and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10397 10398 10399 10400 10401 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10397 class InvalidActivationId < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |