Class: Aws::MediaStore::Types::CorsPolicyNotFoundException

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

Overview

The CORS policy that you specified in the request does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


105
106
107
108
109
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 105

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