Class: Aws::Types::BatchStatementError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"ConditionalCheckFailed", ...

Returns the value of attribute code.

Returns:

  • ("ConditionalCheckFailed", "ItemCollectionSizeLimitExceeded", "RequestLimitExceeded", "ValidationError", "ProvisionedThroughputExceeded", "TransactionConflict", "ThrottlingError", "InternalServerError", "ResourceNotFound", "AccessDenied", "DuplicateItem")


158
159
160
# File 'sig/types.rbs', line 158

def code
  @code
end

#item::Hash[::String, Types::AttributeValue]

Returns the value of attribute item.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def item
  @item
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def message
  @message
end