Class: Aws::Types::BatchDeleteDocumentResponseFailedDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def data_source_id
  @data_source_id
end

#error_code"InternalError", "InvalidRequest"

Returns the value of attribute error_code.

Returns:

  • ("InternalError", "InvalidRequest")


145
146
147
# File 'sig/types.rbs', line 145

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def id
  @id
end