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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-securityir/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-securityir/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-securityir/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-securityir/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
1548
1549
1550
# File 'lib/aws-sdk-securityir/types.rb', line 1542

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