Class: Aws::Interconnect::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
The requested operation would result in the calling principal exceeding their allotted quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
889 890 891 892 893 |
# File 'lib/aws-sdk-interconnect/types.rb', line 889 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |