Class: Aws::CodePipeline::Types::InvalidArnException

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

Overview

The specified resource ARN is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2236
2237
2238
2239
2240
# File 'lib/aws-sdk-codepipeline/types.rb', line 2236

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