Class: Aws::Appflow::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The request would cause a service quota (such as the number of flows) to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3907 3908 3909 3910 3911 |
# File 'lib/aws-sdk-appflow/types.rb', line 3907 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |