Class: Aws::WorkSpacesWeb::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

The service quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2427

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

#quota_codeString

The originating quota.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2427

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2427

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2427

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

#service_codeString

The originating service.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2427

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