Sha256: 37ed6df88d29742742d3bc125c6deaa5e3f74dc74803b368cd96c643a9c9b4f9
Contents?: true
Size: 644 Bytes
Versions: 65
Compression:
Stored size: 644 Bytes
Contents
# frozen_string_literal: true module Aws module S3 module Types # This error is not modeled. # # The bucket you are attempting to access must be addressed using the # specified endpoint. Please send all future requests to this endpoint. # # @!attribute [rw] endpoint # @return [String] # # @!attribute [rw] bucket # @return [String] # # @!attribute [rw] message # @return [String] # class PermanentRedirect < Struct.new(:endpoint, :bucket, :region, :message) SENSITIVE = [] include Aws::Structure end end end end
Version data entries
65 entries across 65 versions & 1 rubygems