Class: Aws::ResilienceHub::Types::DescribeDraftAppVersionResourcesImportStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeDraftAppVersionResourcesImportStatusResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_version ⇒ String
The version of the application.
-
#error_details ⇒ Array<Types::ErrorDetail>
List of errors that were encountered while importing resources.
-
#error_message ⇒ String
The error message returned for the resource request.
-
#status ⇒ String
Status of the action.
-
#status_change_time ⇒ Time
The time when the status last changed.
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application. The
format for this ARN is:
arn:partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names (ARNs)
in the Amazon Web Services General Reference guide.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The version of the application.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Array<Types::ErrorDetail>
List of errors that were encountered while importing resources.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message returned for the resource request.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the action.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |
#status_change_time ⇒ Time
The time when the status last changed.
2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2879 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end |