Class: Aws::Glue::Types::ResourceNumberLimitExceededException

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

Overview

A resource numerical limit was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


20091
20092
20093
20094
20095
# File 'lib/aws-sdk-glue/types.rb', line 20091

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