Class: Aws::LakeFormation::Types::ResourceNumberLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ResourceNumberLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A resource numerical limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
3186 3187 3188 3189 3190 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3186 class ResourceNumberLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |