Class: Aws::SSM::Types::OpsItemRelatedItemAssociationNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemRelatedItemAssociationNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The association wasn’t found using the parameters you specified in the call. Verify the information and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13662 13663 13664 13665 13666 |
# File 'lib/aws-sdk-ssm/types.rb', line 13662 class OpsItemRelatedItemAssociationNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |