Class: Aws::Types::CreateModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def model_arn
  @model_arn
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS")


123
124
125
# File 'sig/types.rbs', line 123

def status
  @status
end