Class: Aws::NovaAct::Types::ServiceQuotaExceededException

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

Overview

The request would exceed a service quota limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The request would exceed one or more service quotas for your account.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008

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

#quota_codeString

The code for the specific quota that was exceeded.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008

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

#resource_idString

The identifier of the resource that exceeded the quota.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008

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

#resource_typeString

The type of resource that exceeded the quota.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008

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

#service_codeString

The service code for the quota that was exceeded.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008

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