Class: Aws::ResilienceHub::Types::DescribeDraftAppVersionResourcesImportStatusResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::DescribeDraftAppVersionResourcesImportStatusResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 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.
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 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.
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 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.
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 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.
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 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.
      2851 2852 2853 2854 2855 2856 2857 2858 2859 2860  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2851 class DescribeDraftAppVersionResourcesImportStatusResponse < Struct.new( :app_arn, :app_version, :error_details, :error_message, :status, :status_change_time) SENSITIVE = [] include Aws::Structure end  |