Class: Aws::Billing::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



120
121
122
# File 'lib/aws-sdk-billing/errors.rb', line 120

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

Instance Method Details

#messageString

Returns:

  • (String)


125
# File 'lib/aws-sdk-billing/errors.rb', line 125

def message: () -> ::String

#resource_idString

Returns:

  • (String)


130
# File 'lib/aws-sdk-billing/errors.rb', line 130

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


135
# File 'lib/aws-sdk-billing/errors.rb', line 135

def resource_type: () -> ::String