Class: Aws::S3Control::Types::NotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5707
5708
5709
5710
5711
# File 'lib/aws-sdk-s3control/types.rb', line 5707

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