Class: Aws::QBusiness::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
You have exceeded the set limits for your Amazon Q Business service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message describing a
ServiceQuotaExceededException
. -
#resource_id ⇒ String
The identifier of the resource affected.
-
#resource_type ⇒ String
The type of the resource affected.
Instance Attribute Details
#message ⇒ String
The message describing a ServiceQuotaExceededException
.
6940 6941 6942 6943 6944 6945 6946 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6940 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource affected.
6940 6941 6942 6943 6944 6945 6946 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6940 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource affected.
6940 6941 6942 6943 6944 6945 6946 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6940 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |