Class: Aws::Support::Types::UploadIdNotFound

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

Overview

The specified uploadId couldn't be located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:



2194
2195
2196
2197
2198
# File 'lib/aws-sdk-support/types.rb', line 2194

class UploadIdNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end