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

#code ⇒ String

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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

#message ⇒ String

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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

#quota_code ⇒ String

Quota code.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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

#resource_id ⇒ String

The ID of the resource.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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

#resource_type ⇒ String

The type of the resource.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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

#service_code ⇒ String

Service code.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
# File 'lib/aws-sdk-drs/types.rb', line 4055

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