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

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

Overview

Describes a failed association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entryTypes::CreateAssociationBatchRequestEntry

The association.



7287
7288
7289
7290
7291
7292
7293
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7287

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

#faultString

The source of the failure.

Returns:

  • (String)


7287
7288
7289
7290
7291
7292
7293
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7287

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

#messageString

A description of the failure.

Returns:

  • (String)


7287
7288
7289
7290
7291
7292
7293
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7287

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