Module: Aws::LexModelsV2::Client::_DescribeBotReplicaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotReplicaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_replica_status ⇒ "Enabling", ...
- #creation_date_time ⇒ ::Time
- #failure_reasons ⇒ ::Array[::String]
- #replica_region ⇒ ::String
- #source_region ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
868 |
# File 'sig/client.rbs', line 868
def bot_id: () -> ::String
|
#bot_replica_status ⇒ "Enabling", ...
872 |
# File 'sig/client.rbs', line 872
def bot_replica_status: () -> ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
#creation_date_time ⇒ ::Time
871 |
# File 'sig/client.rbs', line 871
def creation_date_time: () -> ::Time
|
#failure_reasons ⇒ ::Array[::String]
873 |
# File 'sig/client.rbs', line 873
def failure_reasons: () -> ::Array[::String]
|
#replica_region ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def replica_region: () -> ::String
|
#source_region ⇒ ::String
870 |
# File 'sig/client.rbs', line 870
def source_region: () -> ::String
|