Class: Aws::WorkspacesInstances::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesinstances/types.rb

Overview

Indicates that a service quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the quota limitation.



1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401

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

#quota_codeString

Specific code for the exceeded quota.



1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401

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

#resource_idString

Identifier of the resource related to the quota.



1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401

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

#resource_typeString

Type of resource related to the quota.



1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401

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

#service_codeString

Code identifying the service with the quota limitation.



1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401

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