Class: Aws::ECR::Types::InvalidLayerPartException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_valid_byte_receivedInteger

The last valid byte received from the layer part upload that is associated with the exception.

Returns:

  • (Integer)


2120
2121
2122
2123
2124
2125
2126
2127
2128
# File 'lib/aws-sdk-ecr/types.rb', line 2120

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message associated with the exception.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
2126
2127
2128
# File 'lib/aws-sdk-ecr/types.rb', line 2120

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The registry ID associated with the exception.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
2126
2127
2128
# File 'lib/aws-sdk-ecr/types.rb', line 2120

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The repository name associated with the exception.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
2126
2127
2128
# File 'lib/aws-sdk-ecr/types.rb', line 2120

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The upload ID associated with the exception.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
2126
2127
2128
# File 'lib/aws-sdk-ecr/types.rb', line 2120

class InvalidLayerPartException < Struct.new(
  :registry_id,
  :repository_name,
  :upload_id,
  :last_valid_byte_received,
  :message)
  SENSITIVE = []
  include Aws::Structure
end