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)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#messageString

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#quota_codeString

Exceeded the service quota code.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#quota_valueInteger

Exceeded the service quota value.

Returns:

  • (Integer)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#resource_idString

Exceeded the service quota resource ID.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#resource_typeString

Exceeded the service quota resource type.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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

#service_codeString

Exceeded the service quota service code.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3533

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