Class: Aws::AppIntegrationsService::Types::ResourceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ResourceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The allowed quota for the resource has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1318 class ResourceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |