Class: Aws::CloudFormation::Types::CFNRegistryException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

An error occurred during a CloudFormation registry operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An message with details about the error that occurred.

Returns:

  • (String)


338
339
340
341
342
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 338

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