Class: Aws::QLDB::Types::ResourceAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb

Overview

The specified resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1142
1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1142

class ResourceAlreadyExistsException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource.

Returns:

  • (String)


1142
1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1142

class ResourceAlreadyExistsException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource.

Returns:

  • (String)


1142
1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1142

class ResourceAlreadyExistsException < Struct.new(
  :message,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end