Class: Aws::AppFabric::Types::ServiceQuotaExceededException

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

Overview

The request exceeds a service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1527

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

#quota_codeString

The code for the quota exceeded.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1527

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

#resource_idString

The resource ID.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1527

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

#resource_typeString

The resource type.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1527

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

#service_codeString

The code of the service.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
1533
1534
1535
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1527

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