Class: Aws::SecurityIR::Types::ServiceQuotaExceededException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343

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

#quota_codeString

The code of the quota.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343

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

#resource_idString

The ID of the requested resource which lead to the service quota exception.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343

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

#resource_typeString

The type of the requested resource which lead to the service quota exception.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343

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

#service_codeString

The service code of the quota.

Returns:

  • (String)


1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343

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