Class: Aws::SSM::Types::FailedCreateAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::FailedCreateAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Describes a failed association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entry ⇒ Types::CreateAssociationBatchRequestEntry
The association.
-
#fault ⇒ String
The source of the failure.
-
#message ⇒ String
A description of the failure.
Instance Attribute Details
#entry ⇒ Types::CreateAssociationBatchRequestEntry
The association.
7307 7308 7309 7310 7311 7312 7313 |
# File 'lib/aws-sdk-ssm/types.rb', line 7307 class FailedCreateAssociation < Struct.new( :entry, :message, :fault) SENSITIVE = [] include Aws::Structure end |
#fault ⇒ String
The source of the failure.
7307 7308 7309 7310 7311 7312 7313 |
# File 'lib/aws-sdk-ssm/types.rb', line 7307 class FailedCreateAssociation < Struct.new( :entry, :message, :fault) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the failure.
7307 7308 7309 7310 7311 7312 7313 |
# File 'lib/aws-sdk-ssm/types.rb', line 7307 class FailedCreateAssociation < Struct.new( :entry, :message, :fault) SENSITIVE = [] include Aws::Structure end |