Class: Aws::SSM::Types::FailedCreateAssociation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Describes a failed association.

Instance Attribute Summary collapse

Instance Attribute Details

#entryTypes::CreateAssociationBatchRequestEntry

The association.



6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-ssm/types.rb', line 6409

class FailedCreateAssociation < Struct.new(
  :entry,
  :message,
  :fault)
  include Aws::Structure
end

#faultString

The source of the failure.

Returns:

  • (String)


6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-ssm/types.rb', line 6409

class FailedCreateAssociation < Struct.new(
  :entry,
  :message,
  :fault)
  include Aws::Structure
end

#messageString

A description of the failure.

Returns:

  • (String)


6409
6410
6411
6412
6413
6414
# File 'lib/aws-sdk-ssm/types.rb', line 6409

class FailedCreateAssociation < Struct.new(
  :entry,
  :message,
  :fault)
  include Aws::Structure
end