Class: Aws::Mgn::Types::ListExportErrorsResponse

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

Overview

List export errors response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ExportTaskError>

List export errors response items.

Returns:



2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2441

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

#next_tokenString

List export errors response next token.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2441

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