Class: Aws::Types::StatusReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error"KINESIS_THROUGHPUT_EXCEEDED", ...

Returns the value of attribute error.

Returns:

  • ("KINESIS_THROUGHPUT_EXCEEDED", "KINESIS_STREAM_NOT_FOUND", "ROLE_ACCESS_DENIED", "KINESIS_ACCESS_DENIED", "KINESIS_KMS_ACCESS_DENIED", "KINESIS_OVERSIZE_RECORD", "CLUSTER_CMK_INACCESSIBLE", "INTERNAL_ERROR")


266
267
268
# File 'sig/types.rbs', line 266

def error
  @error
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


267
268
269
# File 'sig/types.rbs', line 267

def updated_at
  @updated_at
end