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