Class: Aws::DynamoDB::Types::ResourceInUseException

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

Overview

The operation conflicts with the resource’s availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the ‘CREATING` state.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The resource which is being attempted to be changed is in use.

Returns:

  • (String)


5964
5965
5966
5967
# File 'lib/aws-sdk-dynamodb/types.rb', line 5964

class ResourceInUseException < Struct.new(
  :message)
  include Aws::Structure
end