Class: Aws::MarketplaceMetering::Types::InvalidEndpointRegionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidEndpointRegionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
The endpoint being called is in a Amazon Web Services Region different from your EC2 instance, ECS task, or EKS pod. The Region of the Metering Service endpoint and the Amazon Web Services Region of the resource must match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
173 174 175 176 177 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 173 class InvalidEndpointRegionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |