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
873 |
# File 'sig/client.rbs', line 873
def bot_id: () -> ::String
|
#bot_replica_status ⇒ "Enabling", ...
877 |
# File 'sig/client.rbs', line 877
def bot_replica_status: () -> ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
#creation_date_time ⇒ ::Time
876 |
# File 'sig/client.rbs', line 876
def creation_date_time: () -> ::Time
|
#failure_reasons ⇒ ::Array[::String]
878 |
# File 'sig/client.rbs', line 878
def failure_reasons: () -> ::Array[::String]
|
#replica_region ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def replica_region: () -> ::String
|
#source_region ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def source_region: () -> ::String
|