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

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


3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3553

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

#quota_codeString

The originating quota.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3553

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3553

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3553

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

#service_codeString

The originating service.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3553

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