Class: Aws::Resiliencehubv2::Types::StartDependencyInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::StartDependencyInsightsResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the dependency insights generation.
Instance Attribute Details
#status ⇒ String
The status of the dependency insights generation. Valid values:
IN_PROGRESS - Insights generation is in progress.
COMPLETED - Insights generation completed successfully.
FAILED - Insights generation failed. Call GetDependencyInsights for the error code and message.
5236 5237 5238 5239 5240 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5236 class StartDependencyInsightsResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |