Class: AWS::S3::Errors::UnencryptedData

Inherits:
Errors::Base
  • Object
show all
Includes:
Errors::ClientError
Defined in:
lib/aws/s3/encryption_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(req, resp) ⇒ UnencryptedData

Returns a new instance of UnencryptedData.



10
11
12
# File 'lib/aws/s3/encryption_errors.rb', line 10

def initialize(req, resp)
  super(req, resp, "UnencryptedData")
end

Instance Method Details

#codeObject



8
# File 'lib/aws/s3/encryption_errors.rb', line 8

def code; "UnencryptedData"; end