Class: Aws::S3Files::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

The specified resource was not found. Verify that the resource exists and that you have permission to access it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1328

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1328

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end