Class: Aws::BedrockAgentCore::Errors::SubscriptionRequiredException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-bedrockagentcore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SubscriptionRequiredException

Returns a new instance of SubscriptionRequiredException.

Parameters:



211
212
213
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 211

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


216
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 216

def message: () -> ::String

#product_nameString

Returns:

  • (String)


226
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 226

def product_name: () -> ::String

#subscription_urlString

Returns:

  • (String)


221
# File 'lib/aws-sdk-bedrockagentcore/errors.rb', line 221

def subscription_url: () -> ::String