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)


2040
2041
2042
2043
2044
# File 'lib/aws-sdk-codepipeline/types.rb', line 2040

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