Class: Aws::LakeFormation::Types::ResourceNumberLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/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)


2963
2964
2965
2966
2967
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2963

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