Class: Aws::TimestreamWrite::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Instance quota of resource exceeded for this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1016 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |