Module: Aws::BedrockAgent::Client::_DeleteAgentVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteAgentVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#agent_id ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def agent_id: () -> ::String
|
#agent_status ⇒ "CREATING", ...
402 |
# File 'sig/client.rbs', line 402
def agent_status: () -> ("CREATING" | "PREPARING" | "PREPARED" | "NOT_PREPARED" | "DELETING" | "FAILED" | "VERSIONING" | "UPDATING")
|
#agent_version ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def agent_version: () -> ::String
|