Class: Aws::SSM::Types::AssociationDoesNotExist
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::AssociationDoesNotExist
 
- Defined in:
- gems/aws-sdk-ssm/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 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 628 class AssociationDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |