Class: Aws::Mgn::Types::ListExportErrorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListExportErrorsResponse
- 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
-
#items ⇒ Array<Types::ExportTaskError>
List export errors response items.
-
#next_token ⇒ String
List export errors response next token.
Instance Attribute Details
#items ⇒ Array<Types::ExportTaskError>
List export errors response items.
2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2167 class ListExportErrorsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
List export errors response next token.
2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2167 class ListExportErrorsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |