Class: Aws::Outposts::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
You have exceeded a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-outposts/types.rb', line 1679 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |