Class: Aws::NetworkFirewall::Types::ResourceOwnerCheckException

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

Overview

Unable to change the resource because your account doesn't own it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3020
3021
3022
3023
3024
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 3020

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