Class: Aws::RAM::Types::MalformedArnException

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) has a format that isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2422
2423
2424
2425
2426
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2422

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