Class: Aws::RAM::Types::ResourceArnNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ram/types.rb

Overview

The operation failed because the specified [Amazon Resource Name (ARN)] was not found.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2974
2975
2976
2977
2978
# File 'lib/aws-sdk-ram/types.rb', line 2974

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