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)


279
280
281
# File 'sig/types.rbs', line 279

def last_valid_byte_received
  @last_valid_byte_received
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def message
  @message
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def repository_name
  @repository_name
end

#upload_id ⇒ ::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def upload_id
  @upload_id
end