Class: Aws::WorkSpacesThinClient::Types::ServiceQuotaExceededException

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

Overview

Your request exceeds a service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039

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

#quota_codeString

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039

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

#resource_idString

The ID of the resource that exceeds the service quota.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039

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

#resource_typeString

The type of the resource that exceeds the service quota.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039

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

#service_codeString

The code for the service in [Service Quotas].

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039

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