Class: Anthropic::Models::Beta::BetaManagedAgentsMCPEgressBlockedRunError
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaManagedAgentsMCPEgressBlockedRunError
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rb,
sig/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rbs
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#message ⇒ String
Human-readable error description.
- #type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsMCPEgressBlockedRunError::Type
Instance Method Summary collapse
-
#initialize(message:, type:) ⇒ Object
constructor
An MCP server host used by the deployment's agent is blocked by the environment's network policy.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(message:, type:) ⇒ Object
An MCP server host used by the deployment's agent is blocked by the environment's network policy.
|
|
# File 'lib/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rb', line 18
|
Instance Attribute Details
#message ⇒ String
Human-readable error description.
11 |
# File 'lib/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rb', line 11 required :message, String |
#type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsMCPEgressBlockedRunError::Type
16 |
# File 'lib/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rb', line 16 required :type, enum: -> { Anthropic::Beta::BetaManagedAgentsMCPEgressBlockedRunError::Type } |
Instance Method Details
#to_hash ⇒ {
22 |
# File 'sig/anthropic/models/beta/beta_managed_agents_mcp_egress_blocked_run_error.rbs', line 22
def to_hash: -> {
|