Class: Aws::SSM::Types::AssociationDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationDoesNotExist
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified association doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
628 629 630 631 632 |
# File 'lib/aws-sdk-ssm/types.rb', line 628 class AssociationDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |