Class: Aws::RAM::Types::MalformedArnException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::MalformedArnException
- 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
#message ⇒ 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 |