Class: Aws::ECR::Types::InvalidLayerPartException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::InvalidLayerPartException
- 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
-
#last_valid_byte_received ⇒ Integer
The last valid byte received from the layer part upload that is associated with the exception.
-
#message ⇒ String
The error message associated with the exception.
-
#registry_id ⇒ String
The registry ID associated with the exception.
-
#repository_name ⇒ String
The repository name associated with the exception.
-
#upload_id ⇒ String
The upload ID associated with the exception.
Instance Attribute Details
#last_valid_byte_received ⇒ Integer
The last valid byte received from the layer part upload that is associated with the exception.
2421 2422 2423 2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-ecr/types.rb', line 2421 class InvalidLayerPartException < Struct.new( :registry_id, :repository_name, :upload_id, :last_valid_byte_received, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message associated with the exception.
2421 2422 2423 2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-ecr/types.rb', line 2421 class InvalidLayerPartException < Struct.new( :registry_id, :repository_name, :upload_id, :last_valid_byte_received, :message) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the exception.
2421 2422 2423 2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-ecr/types.rb', line 2421 class InvalidLayerPartException < Struct.new( :registry_id, :repository_name, :upload_id, :last_valid_byte_received, :message) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the exception.
2421 2422 2423 2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-ecr/types.rb', line 2421 class InvalidLayerPartException < Struct.new( :registry_id, :repository_name, :upload_id, :last_valid_byte_received, :message) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The upload ID associated with the exception.
2421 2422 2423 2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-ecr/types.rb', line 2421 class InvalidLayerPartException < Struct.new( :registry_id, :repository_name, :upload_id, :last_valid_byte_received, :message) SENSITIVE = [] include Aws::Structure end |