Class: Aws::Types::HumanLoopQuotaExceededException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#quota_code::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def quota_code
  @quota_code
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def service_code
  @service_code
end