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>
912 913 914 915 916 917 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 912 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.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 912 class BatchUpdateRecommendationStatusFailedEntry < Struct.new( :entry_id, :error_message) SENSITIVE = [] include Aws::Structure end |