Class: Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusFailedEntry

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

Overview

List of operational recommendations that did not get included or excluded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

An identifier of an entry in this batch that is used to communicate the result.

<note markdown=“1”> The ‘entryId`s of a batch request need to be unique within a request.

</note>

Returns:

  • (String)


941
942
943
944
945
946
# File 'lib/aws-sdk-resiliencehub/types.rb', line 941

class BatchUpdateRecommendationStatusFailedEntry < Struct.new(
  :entry_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Indicates the error that occurred while excluding an operational recommendation.

Returns:

  • (String)


941
942
943
944
945
946
# File 'lib/aws-sdk-resiliencehub/types.rb', line 941

class BatchUpdateRecommendationStatusFailedEntry < Struct.new(
  :entry_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end