Class: Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusFailedEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::BatchUpdateRecommendationStatusFailedEntry
- 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
-
#entry_id ⇒ String
An identifier of an entry in this batch that is used to communicate the result.
-
#error_message ⇒ String
Indicates the error that occurred while excluding an operational recommendation.
Instance Attribute Details
#entry_id ⇒ String
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>
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_message ⇒ String
Indicates the error that occurred while excluding an operational recommendation.
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 |