Class: Aws::IdentityStore::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



128
129
130
# File 'lib/aws-sdk-identitystore/errors.rb', line 128

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

Instance Method Details

#messageString

Returns:

  • (String)


148
# File 'lib/aws-sdk-identitystore/errors.rb', line 148

def message: () -> ::String

#reasonString

Returns:

  • (String)


143
# File 'lib/aws-sdk-identitystore/errors.rb', line 143

def reason: () -> ::String

#request_idString

Returns:

  • (String)


153
# File 'lib/aws-sdk-identitystore/errors.rb', line 153

def request_id: () -> ::String

#resource_idString

Returns:

  • (String)


138
# File 'lib/aws-sdk-identitystore/errors.rb', line 138

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


133
# File 'lib/aws-sdk-identitystore/errors.rb', line 133

def resource_type: () -> ::String