Class: Aws::NetworkManager::Types::ServiceQuotaExceededException

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

Overview

A service limit was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_codeString

The limit code.

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
5396
5397
5398
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390

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

#messageString

The error message.

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
5396
5397
5398
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
5396
5397
5398
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390

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

#resource_typeString

The resource type.

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
5396
5397
5398
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390

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

#service_codeString

The service code.

Returns:

  • (String)


5390
5391
5392
5393
5394
5395
5396
5397
5398
# File 'lib/aws-sdk-networkmanager/types.rb', line 5390

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