Class: Aws::Notifications::Types::ServiceQuotaExceededException

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

Overview

Request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-notifications/types.rb', line 3108

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

#quota_codeString

The code for the service quota in [Service Quotas].

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-notifications/types.rb', line 3108

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

#resource_idString

The ID of the resource that exceeds the service quota.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-notifications/types.rb', line 3108

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

#resource_typeString

The type of the resource that exceeds the service quota.

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-notifications/types.rb', line 3108

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

#service_codeString

The code for the service quota exceeded in [Service Quotas].

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html

Returns:

  • (String)


3108
3109
3110
3111
3112
3113
3114
3115
3116
# File 'lib/aws-sdk-notifications/types.rb', line 3108

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