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)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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

#messageString

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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

#quota_codeString

Quota code.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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

#service_codeString

Service code.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/aws-sdk-drs/types.rb', line 3071

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