Class: Aws::VPCLattice::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

The request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3084

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

#quota_codeString

The ID of the service quota that was exceeded.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3084

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

#resource_idString

The resource ID.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3084

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

#resource_typeString

The resource type.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3084

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

#service_codeString

The service code.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3084

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