Class: Aws::ServerlessApplicationRepository::Types::NotFoundException

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

Overview

The resource (for example, an access policy statement) specified in the request doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

404

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1362

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

#messageString

The resource (for example, an access policy statement) specified in the request doesn't exist.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1362

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