Class: Aws::QBusiness::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

The message describing a ‘ServiceQuotaExceededException`.

Returns:

  • (String)


6972
6973
6974
6975
6976
6977
6978
# File 'lib/aws-sdk-qbusiness/types.rb', line 6972

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource affected.

Returns:

  • (String)


6972
6973
6974
6975
6976
6977
6978
# File 'lib/aws-sdk-qbusiness/types.rb', line 6972

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource affected.

Returns:

  • (String)


6972
6973
6974
6975
6976
6977
6978
# File 'lib/aws-sdk-qbusiness/types.rb', line 6972

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end