Class: Aws::Glue::Types::AlreadyExistsException

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

Overview

A resource to be created or added already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


152
153
154
155
156
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 152

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