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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#messageString

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#quota_codeString

Exceeded the service quota code.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#quota_valueInteger

Exceeded the service quota value.

Returns:

  • (Integer)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#resource_idString

Exceeded the service quota resource ID.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#resource_typeString

Exceeded the service quota resource type.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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

#service_codeString

Exceeded the service quota service code.

Returns:

  • (String)


3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3604

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