Class: Aws::Types::AllowListStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"OK", ...

Returns the value of attribute code.

Returns:

  • ("OK", "S3_OBJECT_NOT_FOUND", "S3_USER_ACCESS_DENIED", "S3_OBJECT_ACCESS_DENIED", "S3_THROTTLED", "S3_OBJECT_OVERSIZE", "S3_OBJECT_EMPTY", "UNKNOWN_ERROR")


56
57
58
# File 'sig/types.rbs', line 56

def code
  @code
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def description
  @description
end