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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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.

The entryIds of a batch request need to be unique within a request.

Returns:

  • (String)


749
750
751
752
753
754
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 749

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)


749
750
751
752
753
754
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 749

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