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

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

[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)


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

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