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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3111
3112
3113
3114
3115
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3111

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