Class: Aws::Drs::Types::ServiceQuotaExceededException

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

Overview

The request could not be completed because its exceeded the service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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

#messageString

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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

#quota_codeString

Quota code.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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

#service_codeString

Service code.

Returns:

  • (String)


2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
# File 'lib/aws-sdk-drs/types.rb', line 2936

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