Class: Aws::Finspace::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
A service limit or quota is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4059 4060 4061 4062 4063 |
# File 'lib/aws-sdk-finspace/types.rb', line 4059 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |