Class: Aws::Mgn::Types::ListImportErrorsResponse

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

Overview

List imports errors response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ImportTaskError>

List imports errors response items.

Returns:



2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2541

class ListImportErrorsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

List imports errors response next token.

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2541

class ListImportErrorsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end