Class: Aws::Types::InvalidLayerPartException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_valid_byte_received::Integer

Returns the value of attribute last_valid_byte_received.

Returns:

  • (::Integer)


725
726
727
# File 'sig/types.rbs', line 725

def last_valid_byte_received
  @last_valid_byte_received
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def message
  @message
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def repository_name
  @repository_name
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def upload_id
  @upload_id
end