Class: Aws::ChimeSDKMeetings::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



154
155
156
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 154

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

Instance Method Details

#codeString

Returns:

  • (String)


159
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 159

def code: () -> ::String

#messageString

Returns:

  • (String)


164
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 164

def message: () -> ::String

#request_idString

Returns:

  • (String)


169
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 169

def request_id: () -> ::String