Module: Aws::IoTThingsGraph::Client::_GetUploadStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUploadStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #failure_reason ⇒ ::Array[::String]
- #namespace_arn ⇒ ::String
- #namespace_name ⇒ ::String
- #namespace_version ⇒ ::Integer
- #upload_id ⇒ ::String
- #upload_status ⇒ "IN_PROGRESS", ...
Instance Method Details
#created_date ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def created_date: () -> ::Time
|
#failure_reason ⇒ ::Array[::String]
327 |
# File 'sig/client.rbs', line 327
def failure_reason: () -> ::Array[::String]
|
#namespace_arn ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def namespace_arn: () -> ::String
|
#namespace_name ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def namespace_name: () -> ::String
|
#namespace_version ⇒ ::Integer
326 |
# File 'sig/client.rbs', line 326
def namespace_version: () -> ::Integer
|
#upload_id ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def upload_id: () -> ::String
|
#upload_status ⇒ "IN_PROGRESS", ...
323 |
# File 'sig/client.rbs', line 323
def upload_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|