Class: Aws::ResilienceHub::Types::FailedGroupingRecommendationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::FailedGroupingRecommendationEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Indicates the accepted grouping recommendation whose implementation failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Indicates the error that occurred while implementing a grouping recommendation.
-
#grouping_recommendation_id ⇒ String
Indicates the identifier of the grouping recommendation.
Instance Attribute Details
#error_message ⇒ String
Indicates the error that occurred while implementing a grouping recommendation.
3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3166 class FailedGroupingRecommendationEntry < Struct.new( :error_message, :grouping_recommendation_id) SENSITIVE = [] include Aws::Structure end |
#grouping_recommendation_id ⇒ String
Indicates the identifier of the grouping recommendation.
3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3166 class FailedGroupingRecommendationEntry < Struct.new( :error_message, :grouping_recommendation_id) SENSITIVE = [] include Aws::Structure end |