Class: Aws::FIS::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
You have exceeded your service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1876 1877 1878 1879 1880 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1876 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |