Class: Aws::Shield::Types::InvalidResourceException

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

Overview

Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1140
1141
1142
1143
1144
# File 'lib/aws-sdk-shield/types.rb', line 1140

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