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)


5408
5409
5410
5411
5412
5413
5414
5415
5416
# File 'lib/aws-sdk-networkmanager/types.rb', line 5408

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

#messageString

The error message.

Returns:

  • (String)


5408
5409
5410
5411
5412
5413
5414
5415
5416
# File 'lib/aws-sdk-networkmanager/types.rb', line 5408

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)


5408
5409
5410
5411
5412
5413
5414
5415
5416
# File 'lib/aws-sdk-networkmanager/types.rb', line 5408

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)


5408
5409
5410
5411
5412
5413
5414
5415
5416
# File 'lib/aws-sdk-networkmanager/types.rb', line 5408

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)


5408
5409
5410
5411
5412
5413
5414
5415
5416
# File 'lib/aws-sdk-networkmanager/types.rb', line 5408

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