Class: Aws::AppRunner::Types::ResourceNotFoundException

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

Overview

A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2393
2394
2395
2396
2397
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2393

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