Class: Aws::RTBFabric::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
The request could not be completed because you exceeded a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1807 1808 1809 1810 1811 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1807 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |