Class: Aws::Glue::Types::IntegrationConflictOperationFault

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

Overview

The requested operation conflicts with another operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


17457
17458
17459
17460
17461
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17457

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