Class: Aws::NetworkFirewall::Types::ResourceOwnerCheckException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ResourceOwnerCheckException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3063 3064 3065 3066 3067 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3063 class ResourceOwnerCheckException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |