Class: Aws::Mgn::Types::ServiceQuotaExceededException

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

Overview

The request could not be completed because it exceeded the service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ String

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#message ⇒ String

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#quota_code ⇒ String

Exceeded the service quota code.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#quota_value ⇒ Integer

Exceeded the service quota value.

Returns:

  • (Integer)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#resource_id ⇒ String

Exceeded the service quota resource ID.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#resource_type ⇒ String

Exceeded the service quota resource type.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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

#service_code ⇒ String

Exceeded the service quota service code.

Returns:

  • (String)


5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
# File 'lib/aws-sdk-mgn/types.rb', line 5701

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