Class: Aws::S3Outposts::Types::ValidationException

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

Overview

There was an exception validating this data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


453
454
455
456
457
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 453

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