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
1924 1925 1926 1927 1928 |
# File 'lib/aws-sdk-outposts/types.rb', line 1924 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |