Sha256: 7283aa12f587a00f03888bdacd4036c11429a8f582c74ec26258daebd60926b8

Contents?: true

Size: 728 Bytes

Versions: 3

Compression:

Stored size: 728 Bytes

Contents

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

module Aws::CloudFormation
  module Errors

    extend Aws::Errors::DynamicErrors

    class CFNRegistryException < ServiceError

      # @param [Seahorse::Client::RequestContext] context
      # @param [String] message
      # @param [Aws::CloudFormation::Types::CFNRegistryException] data
      def initialize(context, message, data = Aws::EmptyStructure.new)
        super(context, message, data)
      end

      # @return [String]
      def message
        @message || @data[:message]
      end

    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aws-sdk-cloudformation-1.30.0 lib/aws-sdk-cloudformation/errors.rb
aws-sdk-cloudformation-1.29.0 lib/aws-sdk-cloudformation/errors.rb
aws-sdk-cloudformation-1.28.0 lib/aws-sdk-cloudformation/errors.rb