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)


437
438
439
# File 'sig/types.rbs', line 437

def quota_code
  @quota_code
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def resource_type
  @resource_type
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def service_code
  @service_code
end