Class: Aws::CloudControlApi::Types::TypeNotFoundException

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

Overview

The specified extension doesn't exist in the CloudFormation registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


957
958
959
960
961
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 957

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