Class: Aws::Glue::Types::ResourceNotReadyException

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

Overview

A resource was not ready for a transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


22607
22608
22609
22610
22611
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22607

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