Class: Aws::Resiliencehubv2::Types::GetDependencyInsightsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetDependencyInsightsResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the dependency insights were generated.
-
#error_code ⇒ String
The error code returned when insights generation failed.
-
#error_message ⇒ String
A message describing why insights generation failed.
-
#insights ⇒ Array<Types::DependencyInsight>
The list of dependency insights generated for the service.
-
#overview ⇒ String
A summary of the dependency insights for the service.
-
#status ⇒ String
The status of the dependency insights generation.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the dependency insights were generated.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code returned when insights generation failed. Valid values:
INSUFFICIENT_DATA - There was not enough dependency data to generate insights.
LLM_GENERATION_FAILED - The insights could not be generated.
INTERNAL_ERROR - An internal error occurred while generating insights.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing why insights generation failed.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ Array<Types::DependencyInsight>
The list of dependency insights generated for the service. This field is not returned until the status is COMPLETED.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#overview ⇒ String
A summary of the dependency insights for the service. This field is not returned until the status is COMPLETED.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#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. See errorCode and errorMessage for details.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1724 class GetDependencyInsightsResponse < Struct.new( :overview, :insights, :status, :created_at, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |