Class: Aws::Resiliencehubv2::Types::StartDependencyInsightsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


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