Class: Aws::LookoutforVision::Types::ServiceQuotaExceededException

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

Overview

A service quota was exceeded the allowed limit. For more information, see Limits in Amazon Lookout for Vision in the Amazon Lookout for Vision Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1666
1667
1668
1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1666

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

#quota_codeString

The quota code.

Returns:

  • (String)


1666
1667
1668
1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1666

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


1666
1667
1668
1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1666

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


1666
1667
1668
1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1666

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

#service_codeString

The service code.

Returns:

  • (String)


1666
1667
1668
1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1666

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